Auto merge of #4270 - behnam:ignore, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 18 Jul 2017 16:04:11 +0000 (16:04 +0000)
committerbors <bors@rust-lang.org>
Tue, 18 Jul 2017 16:04:11 +0000 (16:04 +0000)
commit8bbb703f069a70f5d43e062b20e2ce35478acf97
treecbcd1475d044badea31f31e114185eb7ab907307
parentbaa2e8a26a460ccdb21ccc7737a5ca90b0a0fc51
parentc072ba42425417d62efedaf27e4040de7e263b15
Auto merge of #4270 - behnam:ignore, r=alexcrichton

[sources/path] Add gitignore-like pattern matching and warn on mismatches

Add gitignore-like pattern matching logic to `list_files()` and throw
warnings for paths getting different inclusion/exclusion results from
the old and the new methods.

Migration Tracking: <#4268>